home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_364 / iconaholism / set_colors < prev    next >
Text File  |  1992-05-06  |  453b  |  14 lines

  1. ;    A simple little script to set the WorkBench depth to 3 
  2. ;    bitplanes and set the proper colors for viewing the 
  3. ;    8-color icons.  Uses WBDepth (FF 175) by Andry Rachmat and
  4. ;    SCT (FF 151) by Aklevin.  -Fred Fish
  5.  
  6. echo "Setting WorkBench depth to 3 bitplanes and loading proper colors"
  7. echo "to view the 8-color icons..."
  8.  
  9. :c/sct > ram:colors.save 2000          ;Save the current colors
  10. :c/wbdepth 3
  11. :c/sct 00A FFF 000 E00 999 FCA 0B6 DB0
  12.  
  13. echo "Done."
  14.